home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / wsanet8a / wsanet / src / topics.h < prev    next >
Text File  |  1996-04-08  |  2KB  |  72 lines

  1. #define TOPIC_CONTROL_NETCLIENT 1
  2. #define TOPIC_CONTROL_INI 2
  3. #define TOPIC_CONTROL_NETSERVER 3
  4.  
  5. #define PROPERTY_UNUSED 199
  6. #define PROPERTY_NAME 100
  7. #define PROPERTY_PARENT 101
  8. #define PROPERTY_INDEX 102
  9. #define PROPERTY_TOP 103
  10. #define PROPERTY_LEFT 104
  11. #define PROPERTY_TAG 105
  12. #define PROPERTY_HWND 106
  13. #define PROPERTY_ABOUT 107
  14.  
  15. #define NC_PROP_BLOCK 108
  16. #define NC_PROP_CONNECT 109
  17. #define NC_PROP_DEBUG 110
  18. #define NC_PROP_HOSTADDR 111
  19. #define NC_PROP_HOSTNAME 112
  20. #define NC_PROP_HOSTADDRESSCNT 113
  21. #define NC_PROP_HOSTADDRESSLIST 114
  22. #define NC_PROP_HOSTALIASCOUNT 115
  23. #define NC_PROP_HOSTALIASLIST 116
  24. #define NC_PROP_ERRORMESSAGE 117
  25. #define NC_PROP_ERRORNUMBER 118
  26. #define NC_PROP_LINE 119
  27. #define NC_PROP_LINEDELIMITER 120
  28. #define NC_PROP_LOCALPORT 121
  29. #define NC_PROP_LOCALSERVICE 122
  30. #define NC_PROP_RECVBLOCK 123
  31. #define NC_PROP_RECVCOUNT 124
  32. #define NC_PROP_RECVLINE 125
  33. #define NC_PROP_RECVSIZE 126
  34. #define NC_PROP_RECVTHRESHOLD 127
  35. #define NC_PROP_REMOTEPORT 128
  36. #define NC_PROP_REMOTESERVICE 129
  37. #define NC_PROP_SENDBLOCK 130
  38. #define NC_PROP_SENDCOUNT 131
  39. #define NC_PROP_SENDLINE 132
  40. #define NC_PROP_SENDSIZE 133
  41. #define NC_PROP_SENDTHRESHOLD 134
  42. #define NC_PROP_SOCKET 135
  43. #define NC_PROP_TIMEOUT 136
  44. #define NC_PROP_VERSION 137
  45. #define NC_PROP_HOST 138
  46.  
  47. #define NC_EVNT_ONCONNECT 200
  48. #define NC_EVNT_ONRECV 201
  49. #define NC_EVNT_ONSEND 202
  50. #define NC_EVNT_ONCLOSE 203
  51. #define NC_EVNT_ONTIMEOUT 204
  52. #define NC_EVNT_ONERROR 205
  53.  
  54. #define INI_PROP_DEFAULT 300
  55. #define INI_PROP_ENTRY 301
  56. #define INI_PROP_FILENAME 302
  57. #define INI_PROP_SECTION 303
  58. #define INI_PROP_VALUE 304
  59.  
  60. #define NS_PROP_DEBUG 400
  61. #define NS_PROP_ERRORMESSAGE 401
  62. #define NS_PROP_ERRORNUMBER 402
  63. #define NS_PROP_LISTEN 403
  64. #define NS_PROP_LOCALPORT 404
  65. #define NS_PROP_LOCALSERVICE 405
  66. #define NS_PROP_QUEUESIZE 406
  67. #define NS_PROP_SOCKET 407
  68. #define NS_PROP_VERSION 408
  69.  
  70. #define NS_EVNT_ONACCEPT 500
  71. #define NS_EVNT_ONERROR 501
  72.